Skip to main content

StringIsNotString

Type

operator

Summary

Determines whether Left and Right are equal or not.

Syntax

<Left> is not <Right>

Description

The is not operator is case sensitive.

Parameters

NameTypeDescription

Left

An expression which evaluates to a string.

Right

An expression which evaluates to a string.

Thank you for your feedback!

Was this page helpful?